Text Wrapping an Image


You can set your image anywhere on the page and wrap your text around it.

1. Prepare a picture to the correct size and upload it using the insert images button. Do not place the picture on your page.

2. Using the embed widget button, paste the following code into the 'Other HTML' box.

<img src="/space/showimage/geger.jpg"style="border:5px ridge yellow; float:right; margin: 10px 25px 10px 0;" />

3. Substitute 'geger.jpg' (the name of my picture) with the name of your uploaded picture.

4. Format the code according to what you want - change the border, mine is ridge but you and make any border - border px number, the higher the number the thicker the border - change the border color - make the picture float left, or right - change the px margins.

5. The media box will appear on the page.

6. Add the text to your page and save.